How to Install cabal-install software package in Ubuntu 17.04 (Zesty Zapus)

How to Install cabal-install software package in Ubuntu 17.04 (Zesty Zapus)

cabal-install software package provides command-line interface for Cabal and Hackage, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install cabal-install 

cabal-install is installed in your system.

Make ensure the cabal-install package were installed using the commands given below,

$ sudo dpkg-query -l | grep cabal-install *

You will get with cabal-install package name, version, architecture and description in a table

cabal-install package basic information:

Distro Ubuntu 17
Section Haskell
Package cabal-install
Version 1.24.0.1-3
Description command-line interface for Cabal and Hackage
Sub Section haskell


See Also, How to uninstall or remove cabal-install software package from Ubuntu 17.04 (Zesty Zapus)?